alchemy-mission_control-jobs 0.2.2 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +3 -1
- data/app/assets/stylesheets/alchemy/mission_control/jobs/mission-control.css +4 -0
- data/app/views/layouts/{mission_control/jobs → admin}/application.html.erb +2 -2
- data/config/initializers/mission_control-jobs.rb +1 -0
- data/lib/alchemy/mission_control/jobs/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9da1e37c279592b24f4ca9d517875ee3e300d3227a315fb64fbe374a93fea99c
|
|
4
|
+
data.tar.gz: 5421b23793e857a17ed0f96e57649e42c96a8869734a77171b5fbaa34646aa5d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 90e08d43c5d7b82e31772698e71c206dcbdcbf52bcabf41d6063ed805fc2ce11237f48be3685a34f855825b124254db5798b0aa218d7f118695cd17661471d45
|
|
7
|
+
data.tar.gz: a339718f50eafd1eb4cfa24210241fb8ccfc1b591d12f8af845e3c75834909e42b687a2935e89eb124614aa68ccdca5b3d580d785fd63dd43d698dbf76e8410d
|
data/README.md
CHANGED
|
@@ -4,6 +4,8 @@ A simple integration of Mission Control — Jobs into AlchemyCMS. It adds a new
|
|
|
4
4
|
interface and integrates the Mission Control - Jobs Backend via iframe into the Alchemy Backend. Mission Control Backend
|
|
5
5
|
is only available for admin users.
|
|
6
6
|
|
|
7
|
+

|
|
8
|
+
|
|
7
9
|
## Installation
|
|
8
10
|
|
|
9
11
|
Add the gem to your Gemfile and restart the application.
|
|
@@ -27,5 +29,5 @@ rake changelog
|
|
|
27
29
|
```
|
|
28
30
|
|
|
29
31
|
Amend that changelog into the previous commit. After that go to [Releases Page](https://github.com/sitediver/alchemy-mission_control-jobs/releases)
|
|
30
|
-
and create a new release. Be aware the
|
|
32
|
+
and create a new release. Be aware the tag has to start with `v` (e.g `v0.2.0`). Otherwise, the Release action will fail.
|
|
31
33
|
|
|
@@ -11,12 +11,12 @@
|
|
|
11
11
|
<%= stylesheet_link_tag "mission_control/jobs/bulma.min" %>
|
|
12
12
|
<%= stylesheet_link_tag "mission_control/jobs/application", "data-turbo-track": "reload" %>
|
|
13
13
|
<%= stylesheet_link_tag "alchemy/mission_control/jobs/mission-control", "data-turbo-track": "reload" %>
|
|
14
|
-
<%= javascript_importmap_tags "application", importmap: MissionControl::Jobs.importmap
|
|
14
|
+
<%= javascript_importmap_tags "application", importmap: MissionControl::Jobs.importmap %>
|
|
15
15
|
</head>
|
|
16
16
|
<body>
|
|
17
17
|
|
|
18
18
|
<main>
|
|
19
|
-
<%= render "layouts/mission_control/jobs/application_selection" %>
|
|
19
|
+
<%= render "layouts/mission_control/jobs/application_selection" if selectable_applications.any? %>
|
|
20
20
|
<%= render "layouts/mission_control/jobs/flash" %>
|
|
21
21
|
<%= render "layouts/mission_control/jobs/navigation" %>
|
|
22
22
|
<%= yield %>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: alchemy-mission_control-jobs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sascha Karnatz
|
|
@@ -154,7 +154,7 @@ files:
|
|
|
154
154
|
- app/assets/stylesheets/alchemy/mission_control/jobs/mission-control.css
|
|
155
155
|
- app/controllers/alchemy/admin/jobs_controller.rb
|
|
156
156
|
- app/views/alchemy/admin/jobs/index.html.erb
|
|
157
|
-
- app/views/layouts/
|
|
157
|
+
- app/views/layouts/admin/application.html.erb
|
|
158
158
|
- config/initializers/alchemy.rb
|
|
159
159
|
- config/initializers/mission_control-jobs.rb
|
|
160
160
|
- config/locales/alchemy.en.yml
|
|
@@ -175,7 +175,7 @@ metadata:
|
|
|
175
175
|
post_install_message: "-------------------------------------------------------------\n
|
|
176
176
|
\ Thank you for installing Alchemy MissionControl Jobs.\n-------------------------------------------------------------\n\nPlease
|
|
177
177
|
make sure, that alchemy-mission-control-jobs is placed\nafter Alchemy CMS in your
|
|
178
|
-
Gemfile! \n-------------------------------------------------------------\n
|
|
178
|
+
Gemfile! \n-------------------------------------------------------------\n"
|
|
179
179
|
rdoc_options: []
|
|
180
180
|
require_paths:
|
|
181
181
|
- lib
|