Skip to content

Commit 0bd3d1e

Browse files
committed
Add changes for be04957
1 parent b2dc8cc commit 0bd3d1e

File tree

74 files changed

+878
-407
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+878
-407
lines changed

.buildinfo

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
2-
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 09589952183982800a6c85aba823bbf8
2+
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 47ce4c50edfe99c06c4c108598a33fc1
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

_sources/index.rst.txt

+6
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ Welcome to Specify Developer documentation!
4949
security/fix_exposed_secret
5050
security/monitoring
5151

52+
.. toctree::
53+
:maxdepth: 1
54+
:caption: Testing:
55+
56+
testing/pull_requests
57+
5258
.. toctree::
5359
:maxdepth: 1
5460
:caption: Misc:
+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Pull Request Testing
2+
########################
3+
4+
PRs tagged with label "Migration"
5+
=======================
6+
7+
* Download the current database you’ll be working with.
8+
* Upload a duplicate of this database with a new name format:
9+
oldDatabaseName_migration4847 (or similar, based on the migration number).
10+
* Create a branch with this duplicate database.
11+
* Run the tests on this branch.
12+
* Once testing is complete, delete the duplicate database on which the migration was run.

_static/basic.css

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
/*
2-
* basic.css
3-
* ~~~~~~~~~
4-
*
52
* Sphinx stylesheet -- basic theme.
6-
*
7-
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
8-
* :license: BSD, see LICENSE for details.
9-
*
103
*/
114

125
/* -- main layout ----------------------------------------------------------- */
@@ -115,15 +108,11 @@ img {
115108
/* -- search page ----------------------------------------------------------- */
116109

117110
ul.search {
118-
margin: 10px 0 0 20px;
119-
padding: 0;
111+
margin-top: 10px;
120112
}
121113

122114
ul.search li {
123-
padding: 5px 0 5px 20px;
124-
background-image: url(file.png);
125-
background-repeat: no-repeat;
126-
background-position: 0 7px;
115+
padding: 5px 0;
127116
}
128117

129118
ul.search li a {

_static/css/badge_only.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_static/css/theme.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_static/doctools.js

-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
/*
2-
* doctools.js
3-
* ~~~~~~~~~~~
4-
*
52
* Base JavaScript utilities for all Sphinx HTML documentation.
6-
*
7-
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
8-
* :license: BSD, see LICENSE for details.
9-
*
103
*/
114
"use strict";
125

_static/fonts/Lato/lato-bold.eot

250 KB
Binary file not shown.

_static/fonts/Lato/lato-bold.ttf

587 KB
Binary file not shown.

_static/fonts/Lato/lato-bold.woff

302 KB
Binary file not shown.

_static/fonts/Lato/lato-bold.woff2

181 KB
Binary file not shown.
260 KB
Binary file not shown.
608 KB
Binary file not shown.
316 KB
Binary file not shown.
189 KB
Binary file not shown.

_static/fonts/Lato/lato-italic.eot

262 KB
Binary file not shown.

_static/fonts/Lato/lato-italic.ttf

624 KB
Binary file not shown.

_static/fonts/Lato/lato-italic.woff

321 KB
Binary file not shown.

_static/fonts/Lato/lato-italic.woff2

191 KB
Binary file not shown.

_static/fonts/Lato/lato-regular.eot

248 KB
Binary file not shown.

_static/fonts/Lato/lato-regular.ttf

593 KB
Binary file not shown.

_static/fonts/Lato/lato-regular.woff

302 KB
Binary file not shown.

_static/fonts/Lato/lato-regular.woff2

178 KB
Binary file not shown.
77.7 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

_static/js/html5shiv-printshiv.min.js

-4
This file was deleted.

_static/js/html5shiv.min.js

-4
This file was deleted.

0 commit comments

Comments
 (0)