Skip to content

Commit

Permalink
Rename apcd-cms to acpd_cms, prepare for merge from main
Browse files Browse the repository at this point in the history
  • Loading branch information
chandra-tacc committed Nov 25, 2024
1 parent be7846e commit 9cd2ed0
Show file tree
Hide file tree
Showing 314 changed files with 1,681 additions and 1,314 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/apcd-cms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ on:
push:
branches: [main]
paths:
- "apcd-cms/**"
- "apcd_cms/**"

jobs:
build_commit:
runs-on: ubuntu-latest
defaults:
run:
working-directory: apcd-cms
working-directory: apcd_cms
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -34,6 +34,6 @@ jobs:
- name: Build & push commit tagged Docker image
uses: docker/build-push-action@v5
with:
context: apcd-cms
context: apcd_cms
push: true
tags: taccwma/apcd-cms:${{ steps.vars.outputs.SHORT_SHA }},taccwma/apcd-cms:${{ steps.vars.outputs.BRANCH_NAME }}
tags: taccwma/apcd_cms:${{ steps.vars.outputs.SHORT_SHA }},taccwma/apcd_cms:${{ steps.vars.outputs.BRANCH_NAME }}
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions apcd-cms/README.md → apcd_cms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ See [Core-CMS-Custom](../README.md).
1. cd to acpd-cms
2. run make build
3. run make start
4. cd to apcd-cms/src/client
4. cd to apcd_cms/src/client
5. run npm ci
6. run npm run build
7. run npm run dev
Expand Down Expand Up @@ -49,7 +49,7 @@ See [Core-CMS-Custom](../README.md).
- Export the component
- Add exports in index.ts

3. Update apcd-cms/src/client/src/main.tsx:
3. Update apcd_cms/src/client/src/main.tsx:
- add import for your component
- update componentMap to add the

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% load static %}
<link rel="stylesheet" href="{% static 'apcd-cms/css/modal.css' %}">
<link rel="stylesheet" href="{% static 'apcd_cms/css/modal.css' %}">
<link rel="stylesheet" href="{% static 'admin_exception/css/modal.css' %}">
<div id="editExceptionModal_{{r.exception_id}}" class="modal fade" role="dialog">
<div class="modal-dialog modal-lg">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
{% load static %}

{% block content %}
<link rel="stylesheet" href="{% static 'apcd-cms/css/table.css' %}">
<link rel="stylesheet" href="{% static 'apcd-cms/css/modal.css' %}">
<link rel="stylesheet" href="{% static 'apcd_cms/css/table.css' %}">
<link rel="stylesheet" href="{% static 'apcd_cms/css/modal.css' %}">
<link rel="stylesheet" href="{% static 'admin_exception/css/table.css' %}">
<div class="container">
{% include "nav_cms_breadcrumbs.html" %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "apcd_cms/templates/standard.html" %}
{% load static %}
<link rel="stylesheet" href="{% static 'apcd-cms/css/modal.css' %}">
<link rel="stylesheet" href="{% static 'apcd_cms/css/modal.css' %}">
<link rel="stylesheet" href="{% static 'admin_exception/css/modal.css' %}">
<div id="viewAdminExceptionsModal_{{r.exception_id}}" class="modal fade" role="dialog">
<div class="modal-dialog modal-lg">
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% load static %}
<link rel="stylesheet" href="{% static 'apcd-cms/css/modal.css' %}">
<link rel="stylesheet" href="{% static 'apcd_cms/css/modal.css' %}">
<link rel="stylesheet" href="{% static 'admin_extension/css/modal.css' %}">
<div id="editExtensionModal_{{r.extension_id}}" class="modal fade" role="dialog">
<div class="modal-dialog modal-lg">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
{% load static %}
{% block content %}

<link rel="stylesheet" href="{% static 'apcd-cms/css/table.css' %}">
<link rel="stylesheet" href="{% static 'apcd-cms/css/modal.css' %}">
<link rel="stylesheet" href="{% static 'apcd_cms/css/table.css' %}">
<link rel="stylesheet" href="{% static 'apcd_cms/css/modal.css' %}">
<link rel="stylesheet" href="{% static 'admin_extension/css/table.css' %}">
<link rel="stylesheet" href="{% static 'admin_extension/css/modal.css' %}">

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% load static %}
<link rel="stylesheet" href="{% static 'apcd-cms/css/modal.css' %}">
<link rel="stylesheet" href="{% static 'apcd_cms/css/modal.css' %}">
<link rel="stylesheet" href="{% static 'admin_exception/css/modal.css' %}">
<div id="viewAdminExtensionsModal_{{r.extension_id}}" class="modal fade" role="dialog">
<div class="modal-dialog modal-lg">
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

{% load static %}
{% block content %}
<link rel="stylesheet" href="{% static 'apcd-cms/css/table.css' %}">
<link rel="stylesheet" href="{% static 'apcd-cms/css/modal.css' %}">
<link rel="stylesheet" href="{% static 'apcd_cms/css/table.css' %}">
<link rel="stylesheet" href="{% static 'apcd_cms/css/modal.css' %}">
<link rel="stylesheet" href="{% static 'admin_regis_table/css/table.css' %}">

<div class="container">
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

{% block content %}

<link rel="stylesheet" href="{% static 'apcd-cms/css/table.css' %}">
<link rel="stylesheet" href="{% static 'apcd-cms/css/modal.css' %}">
<link rel="stylesheet" href="{% static 'apcd_cms/css/table.css' %}">
<link rel="stylesheet" href="{% static 'apcd_cms/css/modal.css' %}">
<link rel="stylesheet" href="{% static 'submissions/css/table.css' %}">
<link rel="stylesheet" href="{% static 'submissions/css/modal.css' %}">
<div class="container">
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

{% block content %}

<link rel="stylesheet" href="{% static 'apcd-cms/css/table.css' %}">
<link rel="stylesheet" href="{% static 'apcd-cms/css/modal.css' %}">
<link rel="stylesheet" href="{% static 'apcd_cms/css/table.css' %}">
<link rel="stylesheet" href="{% static 'apcd_cms/css/modal.css' %}">
<link rel="stylesheet" href="{% static 'submissions/css/table.css' %}">
<link rel="stylesheet" href="{% static 'submissions/css/modal.css' %}">
<link rel="stylesheet" href="{% static 'admin_regis_table/css/table.css' %}">
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

{% block content %}

<link rel="stylesheet" href="{% static 'apcd-cms/css/table.css' %}">
<link rel="stylesheet" href="{% static 'apcd-cms/css/modal.css' %}">
<link rel="stylesheet" href="{% static 'apcd_cms/css/table.css' %}">
<link rel="stylesheet" href="{% static 'apcd_cms/css/modal.css' %}">
<link rel="stylesheet" href="{% static 'admin_regis_table/css/table.css' %}">

<div class="container">
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% load static %}
<link rel="stylesheet" href="{% static 'apcd-cms/css/modal.css' %}">
<link rel="stylesheet" href="{% static 'apcd_cms/css/modal.css' %}">
<link rel="stylesheet" href="{% static 'view_users_table/css/modal.css' %}">
<div id="editUserModal_{{r.user_id}}" class="modal fade" role="dialog">
<div class="modal-dialog modal-lg">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% load static %}
<link rel="stylesheet" href="{% static 'apcd-cms/css/modal.css' %}">
<link rel="stylesheet" href="{% static 'apcd_cms/css/modal.css' %}">
<link rel="stylesheet" href="{% static 'view_users_table/css/modal.css' %}">
<div id="viewUserModal_{{r.user_id}}" class="modal fade" role="dialog">
<div class="modal-dialog modal-lg">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

{% block content %}

<link rel="stylesheet" href="{% static 'apcd-cms/css/table.css' %}">
<link rel="stylesheet" href="{% static 'apcd-cms/css/modal.css' %}">
<link rel="stylesheet" href="{% static 'apcd_cms/css/table.css' %}">
<link rel="stylesheet" href="{% static 'apcd_cms/css/modal.css' %}">
<link rel="stylesheet" href="{% static 'view_users_table/css/table.css' %}">

<div class="container">
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 9cd2ed0

Please sign in to comment.